home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / haziran / 19 / setup.exe / data.z / sample_usb.inf < prev    next >
Windows Setup INFormation  |  2001-04-11  |  2KB  |  71 lines

  1. ;Generated by WinDriver
  2. [Version]
  3. Signature="$CHICAGO$"
  4. Class=HIDClass
  5. ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
  6. provider=%JUNGO%
  7. ;LayoutFile=layout.inf
  8. ;DriverVer=mm/dd/yyyy
  9.  
  10. [SourceDisksNames]
  11. 1="WinDriver Installation Disk",,0
  12.  
  13. [SourceDisksFiles]
  14. wdpnp.sys = 1
  15. SAMPLE_USB.inf = 1
  16.  
  17. [Manufacturer]
  18. %MfgSAMPLE_USB%=SAMPLE_USB
  19.  
  20. [SAMPLE_USB]
  21. ; The Vendor ID is 1234, and the Product ID is 5678
  22. SAMPLE_USB=SAMPLE_USB.Dev, USB\VID_1234&PID_5678
  23.  
  24. [PreCopySection]
  25. HKR,,NoSetupUI,,1
  26.  
  27. [DestinationDirs]
  28. SAMPLE_USB.Files.Ext = 10,System32\Drivers
  29. SAMPLE_USB.Files.Inf = 10,INF
  30.  
  31. [SAMPLE_USB.Dev]
  32. CopyFiles=SAMPLE_USB.Files.Ext, SAMPLE_USB.Files.Inf
  33. AddReg=SAMPLE_USB.AddReg
  34.  
  35. [SAMPLE_USB.Dev.NT]
  36. CopyFiles=SAMPLE_USB.Files.Ext, SAMPLE_USB.Files.Inf
  37. AddReg=SAMPLE_USB.AddReg
  38.  
  39. [SAMPLE_USB.Dev.NT.Services]
  40. Addservice = wdpnp, 0x00000002, SAMPLE_USB.AddService
  41.  
  42. [SAMPLE_USB.AddService]
  43. DisplayName    = %SAMPLE_USB.SvcDesc%
  44. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  45. StartType      = 3                  ; SERVICE_DEMAND_START
  46. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  47. ServiceBinary  = %10%\System32\Drivers\wdpnp.sys
  48. LoadOrderGroup = Base
  49.  
  50. [SAMPLE_USB.AddReg]
  51. HKR,,DevLoader,,*ntkern
  52. HKR,,NTMPDriver,,wdpnp.sys
  53.  
  54. [SAMPLE_USB.Files.Ext]
  55. ;Remove the remarks for installation on a target computer
  56. ;windrvr.sys
  57. wdpnp.sys
  58.  
  59. [SAMPLE_USB.Files.Inf]
  60. ;SAMPLE_USB.Inf
  61.  
  62.  
  63. ;---------------------------------------------------------------;
  64.  
  65. [Strings]
  66. JUNGO="Jungo"
  67. Mfg="SAMPLE_USB"
  68. USB\SAMPLE_USB.DeviceDesc="wdpnp.sys WinDriver USB client"
  69. SAMPLE_USB.SvcDesc="WinDriver USB Client"
  70.  
  71.